For educational purpose I'm developing c++ library for operating with large numbers represented as vectors of chars (vector<char>). Here is algorithm that
I am trying to get a 2-way table with the mean of observations. My dataframe is like this df ID value Cl Dom Con <chr> <dbl>
I have two different variables in R. The first ("candimmi") represents political candidates' opinion on immigration. The second variable (voterimmi) represents
I'm trying to create a grid of a specific height/width given input. If I hard code in the height and width in the canvas below (10 and 5 in this case) it works
I want to make an array in Prolog. How can do it? How can access the elements?
I am making a NodeJS Music bot for discord, and I suddenly encountered a problem. The bot properly joins the channel, lights up (indicating it is speaking), but
So, I have deployed a JWT project in Heroku and I get following error Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureExc
this is my first post here so I hope i can describe my problem with enough details. I have already searched for solutions, but could not figure out anythihg whi
I'm trying to consume a web service written in C# in VS from a java client in Eclipse. In my controller I try to call a method from one of the classes written i